home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Text / OzTeX 1.9 / Metafont / mfinputs / lgresp.mf < prev    next >
Encoding:
Text File  |  1994-08-19  |  421 b   |  13 lines  |  [TEXT/????]

  1. % Light gray font for Imagen 8/300; proofsheet resolution is 60 pixels per inch.
  2. % Each pixel is represented by a 5x5 square, with 5/25 of the dots on.
  3.  
  4. if mode<>imagen: errmessage "This file is for imagen only"; fi
  5.  
  6. font_identifier "GRAYIMAGEN";
  7. picture pix_picture; pix_picture := nullpicture;
  8. for z=(0,1),(1,4),(2,2),(3,0),(4,3):
  9.  addto pix_picture also unitpixel shifted z; endfor
  10. pix_wd := pix_ht := 5;
  11.  
  12. input grayf
  13.